Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add monitors #31

Merged
merged 15 commits into from
Nov 29, 2024
Merged

Add monitors #31

merged 15 commits into from
Nov 29, 2024

Conversation

aidnem
Copy link
Contributor

@aidnem aidnem commented Nov 7, 2024

Adds:

  • coppercore.monitors.Monitor
  • coppercore.wpi_interface.MonitoredSubsystem
  • unit tests for monitor

@aidnem aidnem linked an issue Nov 7, 2024 that may be closed by this pull request
Copy link
Member

@jkleiber jkleiber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first pass feedback

monitors/src/main/java/coppercore/monitors/Monitor.java Outdated Show resolved Hide resolved
monitors/src/main/java/coppercore/monitors/Monitor.java Outdated Show resolved Hide resolved
monitors/src/test/java/MonitorTests.java Outdated Show resolved Hide resolved
wpi_interface/build.gradle Outdated Show resolved Hide resolved
@aidnem aidnem requested a review from jkleiber November 26, 2024 00:04
Copy link
Member

@jkleiber jkleiber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved, unit tests are passing is my verification evidence

@jkleiber jkleiber merged commit 3125eec into main Nov 29, 2024
6 checks passed
@jkleiber jkleiber deleted the add-monitors branch November 29, 2024 18:45
@aidnem
Copy link
Contributor Author

aidnem commented Nov 30, 2024

Sorry, I didn't see this approval or I would've merged it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Monitor and MonitoredSubystem to WPILIb Interface
2 participants